body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}


/* 重置文本格式元素 */

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #2178d8;
}

li {
    display: block;
}


/* 重置表单元素 */

button,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

input{
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    /*width: 100%;*/
}


/* 清除浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}
a{
    display: inline-block;
}
body,
html {
    font-family: '微软雅黑';
    color: #333333;
    font-size: 16px;
    background-color: #fff;
    -webkit-text-size-adjust: none;
}
.center{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.width_1200 {
    width: 1200px;
    margin: 0 auto;
}


/* 公共头部 */

.header_box {}

.header_box .head_top {
    background: #f2f2f2;
    height: 48px;
    border-bottom: 1px solid #eeeeee;
}

.top_div {
    display: flex;
    justify-content: space-between;
    line-height: 48px;
    font-size: 14px;
}

.top_div p:nth-child(2) a {
    width: 85px;
    display: inline-block;
    cursor: pointer;
    padding-left: 16px;
    box-sizing: border-box;
}

.top_div p:nth-child(2) a:first-child {
    background: url(../images/home/topbg2.png) no-repeat center left
}

.top_div p:nth-child(2) a:last-child {
    background: url(../images/home/topbg1.png) no-repeat center left
}

.banner_box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.nva_box {
    background: #2178d8;
    height: 60px;
    line-height: 60px;
}

.nvalist {
    width: 1015px;
    float: left;
}

.nvalist ul li {
    display: block;
    line-height: 60px;
    float: left;
}

.nvalist ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
    display: block;
}

.nvalist ul li:hover {
    background: url(../images/home/nvmbg.png) center 50px no-repeat #fffb5f;
}

.nvalist ul li:hover a {
    color: #b07205;
}

.lanHover {
    background: url(../images/home/nvmbg.png) center 50px no-repeat #fffb5f;
}

.lanHover a {
    color: #b07205 !important;
}

.sousou {
    width: 185px;
    float: left;
    height: 40px;
    border-radius: 40px;
    margin-top: 10px;
    background: #fff;
    position: relative;
}

.sousou input[type="text"] {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 120px;
    height: 30px;
    border: none;
    background: #fff;
    outline:none;
}

.sousou .soubtn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 21px;
    height: 21px;
    background: url(../images/home/sousuo.png) no-repeat center;
    cursor: pointer;
    border:0px;
}

.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.height_180 {
    height: 180px !important;
}


/* 公共底部 */

.footer_box {
    background: #2178d8;
    padding: 45px 0px;
    box-sizing: border-box;
    margin-top: 20px;
}

.logo_list {
    margin-bottom: 40px;
}

.logo_list li {
    display: block;
    float: left;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 191px;
}

.logo_list li:last-child {
    margin-right: 0px;
}

.logo_list li a {
    display: block;
}

.logo_list li img {
    width: 191px;
    height: 60px;
}

.logoInfo {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 330px;
}

.linkUlr {
    flex: 1;
    margin-left: 60px;
}

.linkUlr .linkurl_list {
    margin-bottom: 15px;
}

.linkUlr .linkurl_list a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
    background: url(../images/home/linkbg.png) no-repeat center right;
}

.linkUlr .linkurl_list a:first-child {
    padding-left: 0px;
}

.linkUlr .linkurl_list a:last-child {
    background: none;
}

.address {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    word-spacing: 20px;
}

.gotop {
    width: 90px;
    height: 90px;
    /* position: fixed;
    right: 50px;
    bottom: 330px; */
    display: none;
    /* z-index: 100; */
    margin: 20px auto;
}
.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

@media screen and (min-width: 480px) {
    .detailPadding{
        padding:0 15px;
        box-sizing: border-box;
    }
}
.beian{
    color: #fff;
    word-spacing: 0px;
}
.beian img{
    margin-right: 5px;
}
.beian:hover{
    color: red;
}